projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a253570
)
gsk: Add docs for gsk_texture_node_get_texture
author
Rico Tzschichholz
<ricotz@ubuntu.com>
Wed, 3 Jan 2018 07:17:23 +0000
(08:17 +0100)
committer
Rico Tzschichholz
<ricotz@ubuntu.com>
Wed, 3 Jan 2018 07:17:23 +0000
(08:17 +0100)
gsk/gskrendernodeimpl.c
patch
|
blob
|
history
diff --git
a/gsk/gskrendernodeimpl.c
b/gsk/gskrendernodeimpl.c
index 3c7ae1414c20d0b0f360f7f3a5886965de798c23..5caca90e58f74af29198d02803c9e375d8904a2f 100644
(file)
--- a/
gsk/gskrendernodeimpl.c
+++ b/
gsk/gskrendernodeimpl.c
@@
-767,6
+767,14
@@
static const GskRenderNodeClass GSK_TEXTURE_NODE_CLASS = {
gsk_texture_node_deserialize
};
+/**
+ * gsk_texture_node_get_texture:
+ * @node: a #GskRenderNode
+ *
+ * Returns: (transfer none): the #GdkTexture
+ *
+ * Since: 3.94
+ */
GdkTexture *
gsk_texture_node_get_texture (GskRenderNode *node)
{